home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 70 / Cine Live 70.iso / pc / Data / Interface / boucle videos.k < prev    next >
Encoding:
Text File  |  2003-06-12  |  38.3 KB  |  1,232 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000140,$0000002A,$0000024E,$00000383,$00000000,$FFFFEEBA,$00000000,$00000000};
  6.         LayoutWindow is {$0000024A,$00000263,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; Cursor is oEmptyCursor; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     Kind is DrawOpaque; 
  14.     Elements is [
  15.         oFond2,
  16.         oVid_o3,
  17.         oController4
  18.     ];
  19.     Events is [
  20.         cOnscreenEvent
  21.         with Flags is $00000004; 
  22.             Commands is [
  23.                 cTokenCommand
  24.                 with Flags is $00000004; TokenName is "StopMenu"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  25.                 cTokenCommand
  26.                 with Flags is $00000004; TokenName is "StopMusique"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  27.                 cDragCommand
  28.                 with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
  29.                 cGrowCommand
  30.                 with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
  31.                 cDoCookieCommand
  32.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
  33.             ];
  34.         end,
  35.         cKeyboardEvent
  36.         with Value is "+"; 
  37.             Commands is [
  38.                 cSetVolumeCommand
  39.                 with Mode is ExecuteHigher; end
  40.             ];
  41.         end,
  42.         cKeyboardEvent
  43.         with Value is "-"; 
  44.             Commands is [
  45.                 cSetVolumeCommand
  46.                 with Flags is $00000004; Mode is ExecuteLower; end
  47.             ];
  48.         end,
  49.         cKeyboardEvent
  50.         with Value is "m"; 
  51.             Commands is [
  52.                 cRunCommand
  53.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  54.             ];
  55.         end
  56.     ];
  57. end;
  58.  
  59. object oFond2 is cImage
  60. with 
  61.     Flags is $00000150; 
  62.     Name is "Fond"; 
  63.     Enabled is false; Cursor is oEmptyCursor; 
  64.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  65.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  66.     Duration is 5; Duration is 5; TimeScale is 1; 
  67.     URL is "../Images/loadingboucle.jpg"; 
  68.     
  69.     
  70.     Events is [
  71.         cOnscreenEvent
  72.         with Flags is $00000004; 
  73.             Commands is [
  74.                 cRunCommand
  75.                 with Flags is $00000004; Target is oTargetSelf; end,
  76.                 cFocusCommand
  77.                 with Flags is $00000004; Target is oTargetSelf; end,
  78.                 cTokenCommand
  79.                 with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  80.             ];
  81.         end,
  82.         cFinishedEvent
  83.         with Flags is $00000004; 
  84.             Commands is [
  85.                 cShowCommand
  86.                 with Flags is $00000004; Target is oController4; end,
  87.                 cEnableCommand
  88.                 with Flags is $00000004; Target is oController4; end,
  89.                 cFocusCommand
  90.                 with Flags is $00000004; Target is oController4; end,
  91.                 cTokenCommand
  92.                 with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
  93.             ];
  94.         end
  95.     ];
  96. end;
  97.  
  98. object oVid_o3 is cMPEGMovie
  99. with 
  100.     Flags is $00000154; 
  101.     Name is "Vid\$E9o"; 
  102.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  103.     
  104.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  105.     
  106.     URL is "../Videos/BONUS.MPG"; 
  107.     Events is [
  108.         cFinishedEvent
  109.         with Flags is $00000004; 
  110.             Commands is [
  111.                 cTokenCommand
  112.                 with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
  113.             ];
  114.         end
  115.     ];
  116. end;
  117.  
  118. object oController4 is cBox
  119. with 
  120.     Flags is $00000154; 
  121.     Name is "Controller"; 
  122.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  123.     
  124.     Width is 640; Height is 480; 
  125.     
  126.     
  127.     Events is [
  128.         cKeyboardEvent
  129.         with Flags is $00000004; Test is IsSpace; 
  130.             Commands is [
  131.                 cDoCookieCommand
  132.                 with CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
  133.                 cIfCookieCommand
  134.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "1"; 
  135.                     Commands is [
  136.                         cDragCommand
  137.                         with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
  138.                         cGrowCommand
  139.                         with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
  140.                         cShowCommand
  141.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  142.                         cRunCommand
  143.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  144.                         cEnableCommand
  145.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  146.                         cSwitchURLCommand
  147.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/BONUS.MPG"; end,
  148.                         cShowCommand
  149.                         with Flags is $00000004; Target is oVid_o3; end,
  150.                         cRunCommand
  151.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  152.                         cEnableCommand
  153.                         with Flags is $00000004; Target is oVid_o3; end
  154.                     ];
  155.                 end,
  156.                 cIfCookieCommand
  157.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "2"; 
  158.                     Commands is [
  159.                         cShowCommand
  160.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  161.                         cRunCommand
  162.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  163.                         cEnableCommand
  164.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  165.                         cSwitchURLCommand
  166.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Pubalcool.mpg"; end,
  167.                         cShowCommand
  168.                         with Flags is $00000004; Target is oVid_o3; end,
  169.                         cRunCommand
  170.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  171.                         cEnableCommand
  172.                         with Flags is $00000004; Target is oVid_o3; end
  173.                     ];
  174.                 end,
  175.                 cIfCookieCommand
  176.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "3"; 
  177.                     Commands is [
  178.                         cShowCommand
  179.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  180.                         cRunCommand
  181.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  182.                         cEnableCommand
  183.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  184.                         cSwitchURLCommand
  185.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/BONUS2.MPG"; end,
  186.                         cShowCommand
  187.                         with Flags is $00000004; Target is oVid_o3; end,
  188.                         cRunCommand
  189.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  190.                         cEnableCommand
  191.                         with Flags is $00000004; Target is oVid_o3; end
  192.                     ];
  193.                 end,
  194.                 cIfCookieCommand
  195.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "4"; 
  196.                     Commands is [
  197.                         cShowCommand
  198.                         with Target is oVid_o3; Mode is Clear; end,
  199.                         cRunCommand
  200.                         with Target is oVid_o3; Mode is Clear; end,
  201.                         cEnableCommand
  202.                         with Target is oVid_o3; Mode is Clear; end,
  203.                         cSwitchURLCommand
  204.                         with Target is oVid_o3; URL is "../Videos/bonusmancha.mpg"; end,
  205.                         cShowCommand
  206.                         with Target is oVid_o3; end,
  207.                         cRunCommand
  208.                         with Target is oVid_o3; Rewind is true; end,
  209.                         cEnableCommand
  210.                         with Target is oVid_o3; end
  211.                     ];
  212.                 end,
  213.                 cIfCookieCommand
  214.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "5"; 
  215.                     Commands is [
  216.                         cShowCommand
  217.                         with Target is oVid_o3; Mode is Clear; end,
  218.                         cRunCommand
  219.                         with Target is oVid_o3; Mode is Clear; end,
  220.                         cEnableCommand
  221.                         with Target is oVid_o3; Mode is Clear; end,
  222.                         cSwitchURLCommand
  223.                         with Target is oVid_o3; URL is "../Videos/bonuspere.mpg"; end,
  224.                         cShowCommand
  225.                         with Target is oVid_o3; end,
  226.                         cRunCommand
  227.                         with Target is oVid_o3; Rewind is true; end,
  228.                         cEnableCommand
  229.                         with Target is oVid_o3; end
  230.                     ];
  231.                 end,
  232.                 cIfCookieCommand
  233.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "6"; 
  234.                     Commands is [
  235.                         cShowCommand
  236.                         with Target is oVid_o3; Mode is Clear; end,
  237.                         cRunCommand
  238.                         with Target is oVid_o3; Mode is Clear; end,
  239.                         cEnableCommand
  240.                         with Target is oVid_o3; Mode is Clear; end,
  241.                         cSwitchURLCommand
  242.                         with Target is oVid_o3; URL is "../Videos/A1.MPG"; end,
  243.                         cShowCommand
  244.                         with Target is oVid_o3; end,
  245.                         cRunCommand
  246.                         with Target is oVid_o3; Rewind is true; end,
  247.                         cEnableCommand
  248.                         with Target is oVid_o3; end
  249.                     ];
  250.                 end,
  251.                 cIfCookieCommand
  252.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "7"; 
  253.                     Commands is [
  254.                         cShowCommand
  255.                         with Target is oVid_o3; Mode is Clear; end,
  256.                         cRunCommand
  257.                         with Target is oVid_o3; Mode is Clear; end,
  258.                         cEnableCommand
  259.                         with Target is oVid_o3; Mode is Clear; end,
  260.                         cSwitchURLCommand
  261.                         with Target is oVid_o3; URL is "../Videos/A2.MPG"; end,
  262.                         cShowCommand
  263.                         with Target is oVid_o3; end,
  264.                         cRunCommand
  265.                         with Target is oVid_o3; Rewind is true; end,
  266.                         cEnableCommand
  267.                         with Target is oVid_o3; end
  268.                     ];
  269.                 end,
  270.                 cIfCookieCommand
  271.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "8"; 
  272.                     Commands is [
  273.                         cShowCommand
  274.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  275.                         cRunCommand
  276.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  277.                         cEnableCommand
  278.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  279.                         cSwitchURLCommand
  280.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/A3.MPG"; end,
  281.                         cShowCommand
  282.                         with Flags is $00000004; Target is oVid_o3; end,
  283.                         cRunCommand
  284.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  285.                         cEnableCommand
  286.                         with Flags is $00000004; Target is oVid_o3; end
  287.                     ];
  288.                 end,
  289.                 cIfCookieCommand
  290.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "9"; 
  291.                     Commands is [
  292.                         cShowCommand
  293.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  294.                         cRunCommand
  295.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  296.                         cEnableCommand
  297.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  298.                         cSwitchURLCommand
  299.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/A4.MPG"; end,
  300.                         cShowCommand
  301.                         with Flags is $00000004; Target is oVid_o3; end,
  302.                         cRunCommand
  303.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  304.                         cEnableCommand
  305.                         with Flags is $00000004; Target is oVid_o3; end
  306.                     ];
  307.                 end,
  308.                 cIfCookieCommand
  309.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "10"; 
  310.                     Commands is [
  311.                         cShowCommand
  312.                         with Target is oVid_o3; Mode is Clear; end,
  313.                         cRunCommand
  314.                         with Target is oVid_o3; Mode is Clear; end,
  315.                         cEnableCommand
  316.                         with Target is oVid_o3; Mode is Clear; end,
  317.                         cSwitchURLCommand
  318.                         with Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
  319.                         cShowCommand
  320.                         with Target is oVid_o3; end,
  321.                         cRunCommand
  322.                         with Target is oVid_o3; Rewind is true; end,
  323.                         cEnableCommand
  324.                         with Target is oVid_o3; end
  325.                     ];
  326.                 end,
  327.                 cIfCookieCommand
  328.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "11"; 
  329.                     Commands is [
  330.                         cShowCommand
  331.                         with Target is oVid_o3; Mode is Clear; end,
  332.                         cRunCommand
  333.                         with Target is oVid_o3; Mode is Clear; end,
  334.                         cEnableCommand
  335.                         with Target is oVid_o3; Mode is Clear; end,
  336.                         cSwitchURLCommand
  337.                         with Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
  338.                         cShowCommand
  339.                         with Target is oVid_o3; end,
  340.                         cRunCommand
  341.                         with Target is oVid_o3; Rewind is true; end,
  342.                         cEnableCommand
  343.                         with Target is oVid_o3; end
  344.                     ];
  345.                 end,
  346.                 cIfCookieCommand
  347.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "12"; 
  348.                     Commands is [
  349.                         cShowCommand
  350.                         with Target is oVid_o3; Mode is Clear; end,
  351.                         cRunCommand
  352.                         with Target is oVid_o3; Mode is Clear; end,
  353.                         cEnableCommand
  354.                         with Target is oVid_o3; Mode is Clear; end,
  355.                         cSwitchURLCommand
  356.                         with Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
  357.                         cShowCommand
  358.                         with Target is oVid_o3; end,
  359.                         cRunCommand
  360.                         with Target is oVid_o3; Rewind is true; end,
  361.                         cEnableCommand
  362.                         with Target is oVid_o3; end
  363.                     ];
  364.                 end,
  365.                 cIfCookieCommand
  366.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "13"; 
  367.                     Commands is [
  368.                         cShowCommand
  369.                         with Target is oVid_o3; Mode is Clear; end,
  370.                         cRunCommand
  371.                         with Target is oVid_o3; Mode is Clear; end,
  372.                         cEnableCommand
  373.                         with Target is oVid_o3; Mode is Clear; end,
  374.                         cSwitchURLCommand
  375.                         with Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
  376.                         cShowCommand
  377.                         with Target is oVid_o3; end,
  378.                         cRunCommand
  379.                         with Target is oVid_o3; Rewind is true; end,
  380.                         cEnableCommand
  381.                         with Target is oVid_o3; end
  382.                     ];
  383.                 end,
  384.                 cIfCookieCommand
  385.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "14"; 
  386.                     Commands is [
  387.                         cShowCommand
  388.                         with Target is oVid_o3; Mode is Clear; end,
  389.                         cRunCommand
  390.                         with Target is oVid_o3; Mode is Clear; end,
  391.                         cEnableCommand
  392.                         with Target is oVid_o3; Mode is Clear; end,
  393.                         cSwitchURLCommand
  394.                         with Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
  395.                         cShowCommand
  396.                         with Target is oVid_o3; end,
  397.                         cRunCommand
  398.                         with Target is oVid_o3; Rewind is true; end,
  399.                         cEnableCommand
  400.                         with Target is oVid_o3; end
  401.                     ];
  402.                 end,
  403.                 cIfCookieCommand
  404.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "15"; 
  405.                     Commands is [
  406.                         cShowCommand
  407.                         with Target is oVid_o3; Mode is Clear; end,
  408.                         cRunCommand
  409.                         with Target is oVid_o3; Mode is Clear; end,
  410.                         cEnableCommand
  411.                         with Target is oVid_o3; Mode is Clear; end,
  412.                         cSwitchURLCommand
  413.                         with Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
  414.                         cShowCommand
  415.                         with Target is oVid_o3; end,
  416.                         cRunCommand
  417.                         with Target is oVid_o3; Rewind is true; end,
  418.                         cEnableCommand
  419.                         with Target is oVid_o3; end
  420.                     ];
  421.                 end,
  422.                 cIfCookieCommand
  423.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "16"; 
  424.                     Commands is [
  425.                         cEnableCommand
  426.                         with Target is oVid_o3; Mode is Clear; end,
  427.                         cShowCommand
  428.                         with Target is oVid_o3; Mode is Clear; end,
  429.                         cRunCommand
  430.                         with Target is oVid_o3; Mode is Clear; end,
  431.                         cSwitchURLCommand
  432.                         with Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
  433.                         cEnableCommand
  434.                         with Target is oVid_o3; end,
  435.                         cShowCommand
  436.                         with Target is oVid_o3; end,
  437.                         cRunCommand
  438.                         with Target is oVid_o3; Rewind is true; end
  439.                     ];
  440.                 end,
  441.                 cIfCookieCommand
  442.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "17"; 
  443.                     Commands is [
  444.                         cShowCommand
  445.                         with Target is oVid_o3; Mode is Clear; end,
  446.                         cRunCommand
  447.                         with Target is oVid_o3; Mode is Clear; end,
  448.                         cEnableCommand
  449.                         with Target is oVid_o3; Mode is Clear; end,
  450.                         cSwitchURLCommand
  451.                         with Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
  452.                         cShowCommand
  453.                         with Target is oVid_o3; end,
  454.                         cRunCommand
  455.                         with Target is oVid_o3; Rewind is true; end,
  456.                         cEnableCommand
  457.                         with Target is oVid_o3; end
  458.                     ];
  459.                 end,
  460.                 cIfCookieCommand
  461.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "18"; 
  462.                     Commands is [
  463.                         cShowCommand
  464.                         with Target is oVid_o3; Mode is Clear; end,
  465.                         cRunCommand
  466.                         with Target is oVid_o3; Mode is Clear; end,
  467.                         cEnableCommand
  468.                         with Target is oVid_o3; Mode is Clear; end,
  469.                         cSwitchURLCommand
  470.                         with Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
  471.                         cShowCommand
  472.                         with Target is oVid_o3; end,
  473.                         cRunCommand
  474.                         with Target is oVid_o3; Rewind is true; end,
  475.                         cEnableCommand
  476.                         with Target is oVid_o3; end
  477.                     ];
  478.                 end,
  479.                 cIfCookieCommand
  480.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "19"; 
  481.                     Commands is [
  482.                         cShowCommand
  483.                         with Target is oVid_o3; Mode is Clear; end,
  484.                         cRunCommand
  485.                         with Target is oVid_o3; Mode is Clear; end,
  486.                         cEnableCommand
  487.                         with Target is oVid_o3; Mode is Clear; end,
  488.                         cSwitchURLCommand
  489.                         with Target is oVid_o3; URL is "../Videos/S9.MPG"; end,
  490.                         cShowCommand
  491.                         with Target is oVid_o3; end,
  492.                         cRunCommand
  493.                         with Target is oVid_o3; Rewind is true; end,
  494.                         cEnableCommand
  495.                         with Target is oVid_o3; end
  496.                     ];
  497.                 end,
  498.                 cIfCookieCommand
  499.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "20"; 
  500.                     Commands is [
  501.                         cShowCommand
  502.                         with Target is oVid_o3; Mode is Clear; end,
  503.                         cRunCommand
  504.                         with Target is oVid_o3; Mode is Clear; end,
  505.                         cEnableCommand
  506.                         with Target is oVid_o3; Mode is Clear; end,
  507.                         cSwitchURLCommand
  508.                         with Target is oVid_o3; URL is "../Videos/S10.MPG"; end,
  509.                         cShowCommand
  510.                         with Target is oVid_o3; end,
  511.                         cRunCommand
  512.                         with Target is oVid_o3; Rewind is true; end,
  513.                         cEnableCommand
  514.                         with Target is oVid_o3; end
  515.                     ];
  516.                 end,
  517.                 cIfCookieCommand
  518.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "21"; 
  519.                     Commands is [
  520.                         cShowCommand
  521.                         with Target is oVid_o3; Mode is Clear; end,
  522.                         cRunCommand
  523.                         with Target is oVid_o3; Mode is Clear; end,
  524.                         cEnableCommand
  525.                         with Target is oVid_o3; Mode is Clear; end,
  526.                         cSwitchURLCommand
  527.                         with Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
  528.                         cShowCommand
  529.                         with Target is oVid_o3; end,
  530.                         cRunCommand
  531.                         with Target is oVid_o3; Rewind is true; end,
  532.                         cEnableCommand
  533.                         with Target is oVid_o3; end
  534.                     ];
  535.                 end,
  536.                 cIfCookieCommand
  537.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "22"; 
  538.                     Commands is [
  539.                         cShowCommand
  540.                         with Target is oVid_o3; Mode is Clear; end,
  541.                         cRunCommand
  542.                         with Target is oVid_o3; Mode is Clear; end,
  543.                         cEnableCommand
  544.                         with Target is oVid_o3; Mode is Clear; end,
  545.                         cSwitchURLCommand
  546.                         with Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
  547.                         cShowCommand
  548.                         with Target is oVid_o3; end,
  549.                         cRunCommand
  550.                         with Target is oVid_o3; Rewind is true; end,
  551.                         cEnableCommand
  552.                         with Target is oVid_o3; end
  553.                     ];
  554.                 end,
  555.                 cIfCookieCommand
  556.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "23"; 
  557.                     Commands is [
  558.                         cShowCommand
  559.                         with Target is oVid_o3; Mode is Clear; end,
  560.                         cRunCommand
  561.                         with Target is oVid_o3; Mode is Clear; end,
  562.                         cEnableCommand
  563.                         with Target is oVid_o3; Mode is Clear; end,
  564.                         cSwitchURLCommand
  565.                         with Target is oVid_o3; URL is "../Videos/R1.MPG"; end,
  566.                         cShowCommand
  567.                         with Target is oVid_o3; end,
  568.                         cRunCommand
  569.                         with Target is oVid_o3; Rewind is true; end,
  570.                         cEnableCommand
  571.                         with Target is oVid_o3; end
  572.                     ];
  573.                 end,
  574.                 cIfCookieCommand
  575.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "24"; 
  576.                     Commands is [
  577.                         cShowCommand
  578.                         with Target is oVid_o3; Mode is Clear; end,
  579.                         cRunCommand
  580.                         with Target is oVid_o3; Mode is Clear; end,
  581.                         cEnableCommand
  582.                         with Target is oVid_o3; Mode is Clear; end,
  583.                         cSwitchURLCommand
  584.                         with Target is oVid_o3; URL is "../Videos/R2.MPG"; end,
  585.                         cShowCommand
  586.                         with Target is oVid_o3; end,
  587.                         cRunCommand
  588.                         with Target is oVid_o3; Rewind is true; end,
  589.                         cEnableCommand
  590.                         with Target is oVid_o3; end
  591.                     ];
  592.                 end,
  593.                 cIfCookieCommand
  594.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "25"; 
  595.                     Commands is [
  596.                         cShowCommand
  597.                         with Target is oVid_o3; Mode is Clear; end,
  598.                         cRunCommand
  599.                         with Target is oVid_o3; Mode is Clear; end,
  600.                         cEnableCommand
  601.                         with Target is oVid_o3; Mode is Clear; end,
  602.                         cSwitchURLCommand
  603.                         with Target is oVid_o3; URL is "../Videos/R3.MPG"; end,
  604.                         cShowCommand
  605.                         with Target is oVid_o3; end,
  606.                         cRunCommand
  607.                         with Target is oVid_o3; Rewind is true; end,
  608.                         cEnableCommand
  609.                         with Target is oVid_o3; end
  610.                     ];
  611.                 end,
  612.                 cIfCookieCommand
  613.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "26"; 
  614.                     Commands is [
  615.                         cShowCommand
  616.                         with Target is oVid_o3; Mode is Clear; end,
  617.                         cRunCommand
  618.                         with Target is oVid_o3; Mode is Clear; end,
  619.                         cEnableCommand
  620.                         with Target is oVid_o3; Mode is Clear; end,
  621.                         cSwitchURLCommand
  622.                         with Target is oVid_o3; URL is "../Videos/R4.MPG"; end,
  623.                         cShowCommand
  624.                         with Target is oVid_o3; end,
  625.                         cRunCommand
  626.                         with Target is oVid_o3; Rewind is true; end,
  627.                         cEnableCommand
  628.                         with Target is oVid_o3; end
  629.                     ];
  630.                 end,
  631.                 cIfCookieCommand
  632.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "27"; 
  633.                     Commands is [
  634.                         cShowCommand
  635.                         with Target is oVid_o3; Mode is Clear; end,
  636.                         cRunCommand
  637.                         with Target is oVid_o3; Mode is Clear; end,
  638.                         cEnableCommand
  639.                         with Target is oVid_o3; Mode is Clear; end,
  640.                         cSwitchURLCommand
  641.                         with Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
  642.                         cShowCommand
  643.                         with Target is oVid_o3; end,
  644.                         cRunCommand
  645.                         with Target is oVid_o3; Rewind is true; end,
  646.                         cEnableCommand
  647.                         with Target is oVid_o3; end
  648.                     ];
  649.                 end,
  650.                 cIfCookieCommand
  651.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "28"; 
  652.                     Commands is [
  653.                         cShowCommand
  654.                         with Target is oVid_o3; Mode is Clear; end,
  655.                         cRunCommand
  656.                         with Target is oVid_o3; Mode is Clear; end,
  657.                         cSwitchURLCommand
  658.                         with Target is oVid_o3; URL is "../Videos/V2.MPG"; end,
  659.                         cShowCommand
  660.                         with Target is oVid_o3; end,
  661.                         cRunCommand
  662.                         with Target is oVid_o3; Rewind is true; end,
  663.                         cEnableCommand
  664.                         with Target is oVid_o3; end,
  665.                         cDoCookieCommand
  666.                         with CookieName is "CountLoop"; Value is "0"; end
  667.                     ];
  668.                 end
  669.             ];
  670.         end,
  671.         cTokenEvent
  672.         with Flags is $00000004; MessageData is "EndMovie"; 
  673.             Commands is [
  674.                 cDoCookieCommand
  675.                 with CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
  676.                 cDragCommand
  677.                 with Target is oVid_o3; Mode is DragTo; end,
  678.                 cIfCookieCommand
  679.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "1"; 
  680.                     Commands is [
  681.                         cShowCommand
  682.                         with Target is oVid_o3; Mode is Clear; end,
  683.                         cRunCommand
  684.                         with Target is oVid_o3; Mode is Clear; end,
  685.                         cEnableCommand
  686.                         with Target is oVid_o3; Mode is Clear; end,
  687.                         cSwitchURLCommand
  688.                         with Target is oVid_o3; URL is "../Videos/BONUS.MPG"; end,
  689.                         cShowCommand
  690.                         with Target is oVid_o3; end,
  691.                         cRunCommand
  692.                         with Target is oVid_o3; Rewind is true; end,
  693.                         cEnableCommand
  694.                         with Target is oVid_o3; end
  695.                     ];
  696.                 end,
  697.                 cIfCookieCommand
  698.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "2"; 
  699.                     Commands is [
  700.                         cShowCommand
  701.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  702.                         cRunCommand
  703.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  704.                         cEnableCommand
  705.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  706.                         cSwitchURLCommand
  707.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Pubalcool.mpg"; end,
  708.                         cShowCommand
  709.                         with Flags is $00000004; Target is oVid_o3; end,
  710.                         cRunCommand
  711.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  712.                         cEnableCommand
  713.                         with Flags is $00000004; Target is oVid_o3; end
  714.                     ];
  715.                 end,
  716.                 cIfCookieCommand
  717.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "3"; 
  718.                     Commands is [
  719.                         cShowCommand
  720.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  721.                         cRunCommand
  722.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  723.                         cEnableCommand
  724.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  725.                         cSwitchURLCommand
  726.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/BONUS2.MPG"; end,
  727.                         cShowCommand
  728.                         with Flags is $00000004; Target is oVid_o3; end,
  729.                         cRunCommand
  730.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  731.                         cEnableCommand
  732.                         with Flags is $00000004; Target is oVid_o3; end
  733.                     ];
  734.                 end,
  735.                 cIfCookieCommand
  736.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "4"; 
  737.                     Commands is [
  738.                         cShowCommand
  739.                         with Target is oVid_o3; Mode is Clear; end,
  740.                         cRunCommand
  741.                         with Target is oVid_o3; Mode is Clear; end,
  742.                         cEnableCommand
  743.                         with Target is oVid_o3; Mode is Clear; end,
  744.                         cSwitchURLCommand
  745.                         with Target is oVid_o3; URL is "../Videos/bonusmancha.mpg"; end,
  746.                         cShowCommand
  747.                         with Target is oVid_o3; end,
  748.                         cRunCommand
  749.                         with Target is oVid_o3; Rewind is true; end,
  750.                         cEnableCommand
  751.                         with Target is oVid_o3; end
  752.                     ];
  753.                 end,
  754.                 cIfCookieCommand
  755.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "5"; 
  756.                     Commands is [
  757.                         cShowCommand
  758.                         with Target is oVid_o3; Mode is Clear; end,
  759.                         cRunCommand
  760.                         with Target is oVid_o3; Mode is Clear; end,
  761.                         cEnableCommand
  762.                         with Target is oVid_o3; Mode is Clear; end,
  763.                         cSwitchURLCommand
  764.                         with Target is oVid_o3; URL is "../Videos/bonuspere.mpg"; end,
  765.                         cShowCommand
  766.                         with Target is oVid_o3; end,
  767.                         cRunCommand
  768.                         with Target is oVid_o3; Rewind is true; end,
  769.                         cEnableCommand
  770.                         with Target is oVid_o3; end
  771.                     ];
  772.                 end,
  773.                 cIfCookieCommand
  774.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "6"; 
  775.                     Commands is [
  776.                         cShowCommand
  777.                         with Target is oVid_o3; Mode is Clear; end,
  778.                         cRunCommand
  779.                         with Target is oVid_o3; Mode is Clear; end,
  780.                         cEnableCommand
  781.                         with Target is oVid_o3; Mode is Clear; end,
  782.                         cSwitchURLCommand
  783.                         with Target is oVid_o3; URL is "../Videos/A1.MPG"; end,
  784.                         cShowCommand
  785.                         with Target is oVid_o3; end,
  786.                         cRunCommand
  787.                         with Target is oVid_o3; Rewind is true; end,
  788.                         cEnableCommand
  789.                         with Target is oVid_o3; end
  790.                     ];
  791.                 end,
  792.                 cIfCookieCommand
  793.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "7"; 
  794.                     Commands is [
  795.                         cShowCommand
  796.                         with Target is oVid_o3; Mode is Clear; end,
  797.                         cRunCommand
  798.                         with Target is oVid_o3; Mode is Clear; end,
  799.                         cEnableCommand
  800.                         with Target is oVid_o3; Mode is Clear; end,
  801.                         cSwitchURLCommand
  802.                         with Target is oVid_o3; URL is "../Videos/A2.MPG"; end,
  803.                         cShowCommand
  804.                         with Target is oVid_o3; end,
  805.                         cRunCommand
  806.                         with Target is oVid_o3; Rewind is true; end,
  807.                         cEnableCommand
  808.                         with Target is oVid_o3; end
  809.                     ];
  810.                 end,
  811.                 cIfCookieCommand
  812.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "8"; 
  813.                     Commands is [
  814.                         cShowCommand
  815.                         with Target is oVid_o3; Mode is Clear; end,
  816.                         cRunCommand
  817.                         with Target is oVid_o3; Mode is Clear; end,
  818.                         cEnableCommand
  819.                         with Target is oVid_o3; Mode is Clear; end,
  820.                         cSwitchURLCommand
  821.                         with Target is oVid_o3; URL is "../Videos/A3.MPG"; end,
  822.                         cShowCommand
  823.                         with Target is oVid_o3; end,
  824.                         cRunCommand
  825.                         with Target is oVid_o3; Rewind is true; end,
  826.                         cEnableCommand
  827.                         with Target is oVid_o3; end
  828.                     ];
  829.                 end,
  830.                 cIfCookieCommand
  831.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "9"; 
  832.                     Commands is [
  833.                         cShowCommand
  834.                         with Target is oVid_o3; Mode is Clear; end,
  835.                         cRunCommand
  836.                         with Target is oVid_o3; Mode is Clear; end,
  837.                         cEnableCommand
  838.                         with Target is oVid_o3; Mode is Clear; end,
  839.                         cSwitchURLCommand
  840.                         with Target is oVid_o3; URL is "../Videos/A4.MPG"; end,
  841.                         cShowCommand
  842.                         with Target is oVid_o3; end,
  843.                         cRunCommand
  844.                         with Target is oVid_o3; Rewind is true; end,
  845.                         cEnableCommand
  846.                         with Target is oVid_o3; end
  847.                     ];
  848.                 end,
  849.                 cIfCookieCommand
  850.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "10"; 
  851.                     Commands is [
  852.                         cShowCommand
  853.                         with Target is oVid_o3; Mode is Clear; end,
  854.                         cRunCommand
  855.                         with Target is oVid_o3; Mode is Clear; end,
  856.                         cEnableCommand
  857.                         with Target is oVid_o3; Mode is Clear; end,
  858.                         cSwitchURLCommand
  859.                         with Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
  860.                         cShowCommand
  861.                         with Target is oVid_o3; end,
  862.                         cRunCommand
  863.                         with Target is oVid_o3; Rewind is true; end,
  864.                         cEnableCommand
  865.                         with Target is oVid_o3; end
  866.                     ];
  867.                 end,
  868.                 cIfCookieCommand
  869.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "11"; 
  870.                     Commands is [
  871.                         cShowCommand
  872.                         with Target is oVid_o3; Mode is Clear; end,
  873.                         cRunCommand
  874.                         with Target is oVid_o3; Mode is Clear; end,
  875.                         cEnableCommand
  876.                         with Target is oVid_o3; Mode is Clear; end,
  877.                         cSwitchURLCommand
  878.                         with Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
  879.                         cShowCommand
  880.                         with Target is oVid_o3; end,
  881.                         cRunCommand
  882.                         with Target is oVid_o3; Rewind is true; end,
  883.                         cEnableCommand
  884.                         with Target is oVid_o3; end
  885.                     ];
  886.                 end,
  887.                 cIfCookieCommand
  888.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "12"; 
  889.                     Commands is [
  890.                         cShowCommand
  891.                         with Target is oVid_o3; Mode is Clear; end,
  892.                         cRunCommand
  893.                         with Target is oVid_o3; Mode is Clear; end,
  894.                         cEnableCommand
  895.                         with Target is oVid_o3; Mode is Clear; end,
  896.                         cSwitchURLCommand
  897.                         with Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
  898.                         cShowCommand
  899.                         with Target is oVid_o3; end,
  900.                         cRunCommand
  901.                         with Target is oVid_o3; Rewind is true; end,
  902.                         cEnableCommand
  903.                         with Target is oVid_o3; end
  904.                     ];
  905.                 end,
  906.                 cIfCookieCommand
  907.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "13"; 
  908.                     Commands is [
  909.                         cShowCommand
  910.                         with Target is oVid_o3; Mode is Clear; end,
  911.                         cRunCommand
  912.                         with Target is oVid_o3; Mode is Clear; end,
  913.                         cEnableCommand
  914.                         with Target is oVid_o3; Mode is Clear; end,
  915.                         cSwitchURLCommand
  916.                         with Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
  917.                         cShowCommand
  918.                         with Target is oVid_o3; end,
  919.                         cRunCommand
  920.                         with Target is oVid_o3; Rewind is true; end,
  921.                         cEnableCommand
  922.                         with Target is oVid_o3; end
  923.                     ];
  924.                 end,
  925.                 cIfCookieCommand
  926.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "14"; 
  927.                     Commands is [
  928.                         cShowCommand
  929.                         with Target is oVid_o3; Mode is Clear; end,
  930.                         cRunCommand
  931.                         with Target is oVid_o3; Mode is Clear; end,
  932.                         cEnableCommand
  933.                         with Target is oVid_o3; Mode is Clear; end,
  934.                         cSwitchURLCommand
  935.                         with Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
  936.                         cShowCommand
  937.                         with Target is oVid_o3; end,
  938.                         cRunCommand
  939.                         with Target is oVid_o3; Rewind is true; end,
  940.                         cEnableCommand
  941.                         with Target is oVid_o3; end
  942.                     ];
  943.                 end,
  944.                 cIfCookieCommand
  945.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "15"; 
  946.                     Commands is [
  947.                         cShowCommand
  948.                         with Target is oVid_o3; Mode is Clear; end,
  949.                         cRunCommand
  950.                         with Target is oVid_o3; Mode is Clear; end,
  951.                         cEnableCommand
  952.                         with Target is oVid_o3; Mode is Clear; end,
  953.                         cSwitchURLCommand
  954.                         with Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
  955.                         cShowCommand
  956.                         with Target is oVid_o3; end,
  957.                         cRunCommand
  958.                         with Target is oVid_o3; Rewind is true; end,
  959.                         cEnableCommand
  960.                         with Target is oVid_o3; end
  961.                     ];
  962.                 end,
  963.                 cIfCookieCommand
  964.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "16"; 
  965.                     Commands is [
  966.                         cShowCommand
  967.                         with Target is oVid_o3; Mode is Clear; end,
  968.                         cRunCommand
  969.                         with Target is oVid_o3; Mode is Clear; end,
  970.                         cEnableCommand
  971.                         with Target is oVid_o3; Mode is Clear; end,
  972.                         cSwitchURLCommand
  973.                         with Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
  974.                         cShowCommand
  975.                         with Target is oVid_o3; end,
  976.                         cRunCommand
  977.                         with Target is oVid_o3; Rewind is true; end,
  978.                         cEnableCommand
  979.                         with Target is oVid_o3; end
  980.                     ];
  981.                 end,
  982.                 cIfCookieCommand
  983.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "17"; 
  984.                     Commands is [
  985.                         cShowCommand
  986.                         with Target is oVid_o3; Mode is Clear; end,
  987.                         cRunCommand
  988.                         with Target is oVid_o3; Mode is Clear; end,
  989.                         cEnableCommand
  990.                         with Target is oVid_o3; Mode is Clear; end,
  991.                         cSwitchURLCommand
  992.                         with Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
  993.                         cShowCommand
  994.                         with Target is oVid_o3; end,
  995.                         cRunCommand
  996.                         with Target is oVid_o3; Rewind is true; end,
  997.                         cEnableCommand
  998.                         with Target is oVid_o3; end
  999.                     ];
  1000.                 end,
  1001.                 cIfCookieCommand
  1002.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "18"; 
  1003.                     Commands is [
  1004.                         cShowCommand
  1005.                         with Target is oVid_o3; Mode is Clear; end,
  1006.                         cRunCommand
  1007.                         with Target is oVid_o3; Mode is Clear; end,
  1008.                         cEnableCommand
  1009.                         with Target is oVid_o3; Mode is Clear; end,
  1010.                         cSwitchURLCommand
  1011.                         with Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
  1012.                         cShowCommand
  1013.                         with Target is oVid_o3; end,
  1014.                         cRunCommand
  1015.                         with Target is oVid_o3; Rewind is true; end,
  1016.                         cEnableCommand
  1017.                         with Target is oVid_o3; end
  1018.                     ];
  1019.                 end,
  1020.                 cIfCookieCommand
  1021.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "19"; 
  1022.                     Commands is [
  1023.                         cShowCommand
  1024.                         with Target is oVid_o3; Mode is Clear; end,
  1025.                         cRunCommand
  1026.                         with Target is oVid_o3; Mode is Clear; end,
  1027.                         cEnableCommand
  1028.                         with Target is oVid_o3; Mode is Clear; end,
  1029.                         cSwitchURLCommand
  1030.                         with Target is oVid_o3; URL is "../Videos/S9.MPG"; end,
  1031.                         cShowCommand
  1032.                         with Target is oVid_o3; end,
  1033.                         cRunCommand
  1034.                         with Target is oVid_o3; Rewind is true; end,
  1035.                         cEnableCommand
  1036.                         with Target is oVid_o3; end
  1037.                     ];
  1038.                 end,
  1039.                 cIfCookieCommand
  1040.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "20"; 
  1041.                     Commands is [
  1042.                         cShowCommand
  1043.                         with Target is oVid_o3; Mode is Clear; end,
  1044.                         cRunCommand
  1045.                         with Target is oVid_o3; Mode is Clear; end,
  1046.                         cEnableCommand
  1047.                         with Target is oVid_o3; Mode is Clear; end,
  1048.                         cSwitchURLCommand
  1049.                         with Target is oVid_o3; URL is "../Videos/S10.MPG"; end,
  1050.                         cShowCommand
  1051.                         with Target is oVid_o3; end,
  1052.                         cRunCommand
  1053.                         with Target is oVid_o3; Rewind is true; end,
  1054.                         cEnableCommand
  1055.                         with Target is oVid_o3; end
  1056.                     ];
  1057.                 end,
  1058.                 cIfCookieCommand
  1059.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "21"; 
  1060.                     Commands is [
  1061.                         cShowCommand
  1062.                         with Target is oVid_o3; Mode is Clear; end,
  1063.                         cRunCommand
  1064.                         with Target is oVid_o3; Mode is Clear; end,
  1065.                         cEnableCommand
  1066.                         with Target is oVid_o3; Mode is Clear; end,
  1067.                         cSwitchURLCommand
  1068.                         with Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
  1069.                         cShowCommand
  1070.                         with Target is oVid_o3; end,
  1071.                         cRunCommand
  1072.                         with Target is oVid_o3; Rewind is true; end,
  1073.                         cEnableCommand
  1074.                         with Target is oVid_o3; end
  1075.                     ];
  1076.                 end,
  1077.                 cIfCookieCommand
  1078.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "22"; 
  1079.                     Commands is [
  1080.                         cShowCommand
  1081.                         with Target is oVid_o3; Mode is Clear; end,
  1082.                         cRunCommand
  1083.                         with Target is oVid_o3; Mode is Clear; end,
  1084.                         cEnableCommand
  1085.                         with Target is oVid_o3; Mode is Clear; end,
  1086.                         cSwitchURLCommand
  1087.                         with Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
  1088.                         cShowCommand
  1089.                         with Target is oVid_o3; end,
  1090.                         cRunCommand
  1091.                         with Target is oVid_o3; Rewind is true; end,
  1092.                         cEnableCommand
  1093.                         with Target is oVid_o3; end
  1094.                     ];
  1095.                 end,
  1096.                 cIfCookieCommand
  1097.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "23"; 
  1098.                     Commands is [
  1099.                         cShowCommand
  1100.                         with Target is oVid_o3; Mode is Clear; end,
  1101.                         cRunCommand
  1102.                         with Target is oVid_o3; Mode is Clear; end,
  1103.                         cEnableCommand
  1104.                         with Target is oVid_o3; Mode is Clear; end,
  1105.                         cSwitchURLCommand
  1106.                         with Target is oVid_o3; URL is "../Videos/R1.MPG"; end,
  1107.                         cShowCommand
  1108.                         with Target is oVid_o3; end,
  1109.                         cRunCommand
  1110.                         with Target is oVid_o3; Rewind is true; end,
  1111.                         cEnableCommand
  1112.                         with Target is oVid_o3; end
  1113.                     ];
  1114.                 end,
  1115.                 cIfCookieCommand
  1116.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "24"; 
  1117.                     Commands is [
  1118.                         cShowCommand
  1119.                         with Target is oVid_o3; Mode is Clear; end,
  1120.                         cRunCommand
  1121.                         with Target is oVid_o3; Mode is Clear; end,
  1122.                         cEnableCommand
  1123.                         with Target is oVid_o3; Mode is Clear; end,
  1124.                         cSwitchURLCommand
  1125.                         with Target is oVid_o3; URL is "../Videos/R2.MPG"; end,
  1126.                         cShowCommand
  1127.                         with Target is oVid_o3; end,
  1128.                         cRunCommand
  1129.                         with Target is oVid_o3; Rewind is true; end,
  1130.                         cEnableCommand
  1131.                         with Target is oVid_o3; end
  1132.                     ];
  1133.                 end,
  1134.                 cIfCookieCommand
  1135.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "25"; 
  1136.                     Commands is [
  1137.                         cShowCommand
  1138.                         with Target is oVid_o3; Mode is Clear; end,
  1139.                         cRunCommand
  1140.                         with Target is oVid_o3; Mode is Clear; end,
  1141.                         cEnableCommand
  1142.                         with Target is oVid_o3; Mode is Clear; end,
  1143.                         cSwitchURLCommand
  1144.                         with Target is oVid_o3; URL is "../Videos/R3.MPG"; end,
  1145.                         cShowCommand
  1146.                         with Target is oVid_o3; end,
  1147.                         cRunCommand
  1148.                         with Target is oVid_o3; Rewind is true; end,
  1149.                         cEnableCommand
  1150.                         with Target is oVid_o3; end
  1151.                     ];
  1152.                 end,
  1153.                 cIfCookieCommand
  1154.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "26"; 
  1155.                     Commands is [
  1156.                         cShowCommand
  1157.                         with Target is oVid_o3; Mode is Clear; end,
  1158.                         cRunCommand
  1159.                         with Target is oVid_o3; Mode is Clear; end,
  1160.                         cEnableCommand
  1161.                         with Target is oVid_o3; Mode is Clear; end,
  1162.                         cSwitchURLCommand
  1163.                         with Target is oVid_o3; URL is "../Videos/R4.MPG"; end,
  1164.                         cShowCommand
  1165.                         with Target is oVid_o3; end,
  1166.                         cRunCommand
  1167.                         with Target is oVid_o3; Rewind is true; end,
  1168.                         cEnableCommand
  1169.                         with Target is oVid_o3; end
  1170.                     ];
  1171.                 end,
  1172.                 cIfCookieCommand
  1173.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "27"; 
  1174.                     Commands is [
  1175.                         cShowCommand
  1176.                         with Target is oVid_o3; Mode is Clear; end,
  1177.                         cRunCommand
  1178.                         with Target is oVid_o3; Mode is Clear; end,
  1179.                         cEnableCommand
  1180.                         with Target is oVid_o3; Mode is Clear; end,
  1181.                         cSwitchURLCommand
  1182.                         with Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
  1183.                         cShowCommand
  1184.                         with Target is oVid_o3; end,
  1185.                         cRunCommand
  1186.                         with Target is oVid_o3; Rewind is true; end,
  1187.                         cEnableCommand
  1188.                         with Target is oVid_o3; end
  1189.                     ];
  1190.                 end,
  1191.                 cIfCookieCommand
  1192.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "28"; 
  1193.                     Commands is [
  1194.                         cShowCommand
  1195.                         with Target is oVid_o3; Mode is Clear; end,
  1196.                         cRunCommand
  1197.                         with Target is oVid_o3; Mode is Clear; end,
  1198.                         cEnableCommand
  1199.                         with Target is oVid_o3; Mode is Clear; end,
  1200.                         cEnableCommand
  1201.                         with Target is oVid_o3; Mode is Clear; end,
  1202.                         cSwitchURLCommand
  1203.                         with Target is oVid_o3; URL is "../Videos/V2.MPG"; end,
  1204.                         cShowCommand
  1205.                         with Target is oVid_o3; end,
  1206.                         cRunCommand
  1207.                         with Target is oVid_o3; Rewind is true; end,
  1208.                         cEnableCommand
  1209.                         with Target is oVid_o3; end,
  1210.                         cDoCookieCommand
  1211.                         with CookieName is "CountLoop"; Value is "0"; end
  1212.                     ];
  1213.                 end
  1214.             ];
  1215.         end,
  1216.         cMouseUpEvent
  1217.         with Flag is true; 
  1218.             Commands is [
  1219.                 cEnableCommand
  1220.                 with Target is oVid_o3; Mode is Clear; end,
  1221.                 cShowCommand
  1222.                 with Target is oVid_o3; Mode is Clear; end,
  1223.                 cRunCommand
  1224.                 with Target is oVid_o3; Mode is Clear; end,
  1225.                 cTokenCommand
  1226.                 with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  1227.                 cBrowseCommand
  1228.                 with URL is "sommaire.k"; end
  1229.             ];
  1230.         end
  1231.     ];
  1232. end;